Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / BindingsList<T> Class
Properties Methods Events


In This Topic
    BindingsList<T> Class Members
    In This Topic

    The following tables list the members exposed by BindingsList<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the BindingsList<T> class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public PropertyGets whether the ListBase is read-only. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public Property

    Retrieves or assigns an item in a collection.

    (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds an object to the BindingsList  
    Public MethodOverridden. Adds an array of items to the end of the BindingsList.   
    Public MethodOverridden. Removes all items from the BindingsList.  
    Public MethodDetermines whether an element is in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodCopies the entire ListBase to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodReturns an enumerator that iterates through the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodDetermines the index of a specific item in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public MethodOverridden. Inserts an item to the BindingsList at the specified index.  
    Public MethodOverridden. Removes the first occurrence of a specific object from the BindingsList.  
    Public MethodOverridden. Removes the element at the specified index of the BindingsList.  
    Public MethodCopies the elements of the ListBase to a new array. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodReturns the number of elements actually contained in the ListBase. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Protected MethodCalled before a list is modified, raising the BeforeListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Protected MethodCalled after a list has been modified, raising the ListChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    Public Events
     NameDescription
    Public EventRaised before the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Public EventRaised after the list is changed. (Inherited from Xceed.Wpf.Toolkit.Chart.ListBase<T>)
    Top
    See Also